Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals FilterSpec
This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The Vcenter TrustedInfrastructure TrustAuthorityClusters ConsumerPrincipals FilterSpec schema contains data which identifies a connection profile on the trusted vCenter.
This schema was added in vSphere API 7.0.0.0.
{
"id": [
"string"
],
"principals": [
{
"id": {
"name": "string",
"domain": "string"
},
"type": "string"
}
],
"issuer": [
"string"
]
}
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The unqiue identifier of a connection profile.
This property was added in vSphere API 7.0.0.0.
If missing or null
, no filtration will be performed by ID.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.authentication.clientprofile
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.authentication.clientprofile
.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The principal used by the vCenter to retrieve tokens.
This property was added in vSphere API 7.0.0.0.
If missing or null
, no filtration will be performed by principals.
This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.
The service which created and signed the security token.
This property was added in vSphere API 7.0.0.0.
If missing or null
, no filtration will be performed by issuer.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.authentication.trust.security-token-issuer
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.authentication.trust.security-token-issuer
.